home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / misc / o-z / x-windows / gs262 / readme.amiga < prev    next >
Encoding:
Text File  |  1995-12-22  |  3.2 KB  |  89 lines

  1. =================================
  2. GNU Ghostscript 2.6.2 AmiWin port
  3. =================================
  4. This port requires:
  5.  
  6. - AmiWin, a shareware X11R6 server ported to the amiga by Holger Kruse.
  7.   You can find an evaluation version of AmiWin on Aminet. I strongly recommend
  8.   to register your version of AmiWin, it's a great software.
  9.  
  10. - An Amiga with at least a 68020 CPU and Kickstart 2.04 or higher.
  11.  
  12. - Approx. 5 MBytes of hard disk space available.
  13.  
  14. - The fifo.library and fifo-handler. You can find them on Aminet in the
  15.   archive util/misc/fifolib374.lzh.
  16.  
  17. - The APipe-Handler. You can find it on Aminet in the archive
  18.   util/shell/APipe_37_7.lha
  19.  
  20. I am including the sources of this port in a separate archive. They are ready
  21. to be compiled on the Amiga with SAS/C 6.56. In the lib directory of the src
  22. archive you will find a unix emulation link library for SAS/C 6.56. It was
  23. adapted from the one in the sas-unix-lib.lha archive on Aminet.
  24.  
  25. In the bin directory of the src archive you can also find scc, a front-end to
  26. sc using a semi-unix syntax (it was adapted from the package cc.lha on Aminet).
  27. Finally in the include directory there are the includes needed by the unix
  28. emulation library.
  29.  
  30. To recompile the sources you need the GNU make or have to adapt the Makefile
  31. for smake.
  32.  
  33. Installation
  34. ------------
  35. Open a shell and unpack the archive "GS-AmiWin.lha" somewhere on your hard
  36. disk. This will create the directory "gs262" there. Let's assume that the full
  37. path to this directory is "Work:gs262". Now edit your "S:User-Startup" file,
  38. adding the following lines:
  39.  
  40.    Assign ghostscript: "Work:ghostscript"
  41.    Path ghostscript:bin add
  42.  
  43. Save the file back to disk and reboot your machine.
  44.  
  45.  
  46. Running ghostscript
  47. -------------------
  48. Start AmiWin and, in a shell, type "gs" and press return. The shell window
  49. should display the following text:
  50.  
  51.    Initializing...
  52.  
  53. Switch to the AmiWin screen, position the ghostscript window and then return
  54. to the Workbench screen. Now you should see:
  55.  
  56.    Initializing... done.
  57.    Ghostscript 2.6.2 (4/19/95)
  58.    Copyright (C) 1990-1995 Aladdin Enterprises, Menlo Park, CA.
  59.      All rights reserved.
  60.    Ghostscript comes with NO WARRANTY: see the file COPYING for details.
  61.    GS>
  62.  
  63. At the command prompt, enter "(ghostscript:examples/golfer.ps) run" and
  64. press return. When rendering is finished, the shell window will display the
  65. following text:
  66.  
  67.    >>showpage, press <return> to continue<<
  68.  
  69. Press return to erase the contents of the ghostscript window on the AmiWin
  70. screen and to continue. The interpreter will be in interactive mode again,
  71. enter "quit" and press return to end this session.
  72.  
  73. For more information refer to the documentation files in the "ghostscript:doc"
  74. directory.
  75.  
  76.  
  77. About this port
  78. ----------------
  79. This port is based on Ghostscript 2.6.2. It was implemented using SAS/C 6.56.
  80. Please, refer to the file "COPYING" for copying and licensing information.
  81. The use of ghostscript is not very confortable (you have to switch between
  82. screens etc.). It is really intended to be used in conjuction with ghostview,
  83. a nice front end which is easily driven with the mouse. Have a look for the
  84. archive Ghostview-AmiWin.lha on Aminet.
  85.  
  86. Enrico Forestieri
  87.  
  88. Email: enrico@com.unipr.it
  89.